home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000336_fdc@columbia.edu_Fri May 5 13:16:07 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: using FILE OPEN quadruples memory usage!
  5. Date: 5 May 2006 17:15:53 GMT
  6. Organization: Columbia University
  7. Lines: 19
  8. Message-ID: <slrne5n229.s7u.fdc@sesame.cc.columbia.edu>
  9. References: <1146783231.532130.44080@v46g2000cwv.googlegroups.com> <slrne5mrf5.lbf.fdc@sesame.cc.columbia.edu>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1146849353 6121 128.59.59.56 (5 May 2006 17:15:53 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 5 May 2006 17:15:53 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15593
  17.  
  18. On 2006-05-05, Frank da Cruz <fdc@columbia.edu> wrote:
  19. : On 2006-05-04, tomviolin <rock_spambust_violin@yahoo.com> wrote:
  20. :: I have discovered that using FILE OPEN in C-Kermit 8.0.211 causes
  21. :: Kermit's memory usage to quadruple.  The memory usage does not go back
  22. :: down after the file(s) are closed, either.
  23. : ...
  24. : I'll see what I can do in the next 8.0.212 development upload:
  25. :
  26. :   http://www.columbia.edu/kermit/ckdaily.html
  27. :
  28. If you have the most recent "ckdaily", please download a new copy of
  29. ckuus7.c from here:
  30.  
  31.   ftp://kermit.columbia.edu/kermit/tmp/ckuus7.c
  32.  
  33. and rebuild, see if it's better.  I ran a few scripts through it that open
  34. and close and read files and they seem to be ok.
  35.  
  36. - Frank